home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / ArgentCompta / FASTCOMPTA / Setup FASTCOMPTA.exe / {tmp} / Firebird-1.5.3.4854-0_RC2-Win32.exe / embedded / enInfoBefore.txt < prev    next >
Text File  |  2005-10-08  |  8KB  |  262 lines

  1. Firebird Database Server 1.5.3 
  2. ==================================================
  3.  
  4. This document is a guide to installing this package of 
  5. Firebird 1.5 on the Win32 platform. These notes refer 
  6. to the installation package itself, rather than 
  7. Firebird 1.5 in general.
  8.  
  9.  
  10. Contents
  11. --------
  12.  
  13. o Before installation
  14. o Installation on systems with Firebird 2.0
  15. o New features of the installer
  16. o Deprecated Features related to installation
  17. o Uninstallation
  18. o Other Notes
  19. o Installation from a batch file
  20.  
  21.  
  22. Before installation
  23. -------------------
  24.  
  25. It is recommended that you UNINSTALL all previous 
  26. versions of Firebird 1.0, Firebird 1.5 or InterBase 
  27. before installing this package.
  28.  
  29.  
  30. Installation on systems with Firebird 2.0 Alpha
  31. --------------------------------------------------
  32.  
  33. The Firebird 1.5.3 installation process cannot detect 
  34. a running version of Firebird 2.0 Alpha. If you have 
  35. been running an alpha version of Firebird 2.0 
  36. it is essential that you stop the server before 
  37. attempting to install Firebird 1.5.3.
  38.  
  39.  
  40. New features of the installer in Firebird 1.5.3
  41. -----------------------------------------------
  42.  
  43. Support for several languages has been added to the
  44. installer. This support extends ONLY to the 
  45. installation process.
  46.  
  47.  
  48. New features of the installer in Firebird 1.5
  49. ---------------------------------------------
  50.  
  51. o This installer now combines the super server and 
  52.   classic server binaries into a single installation 
  53.   package. You can choose to install one or the other,
  54.   but not both. To switch server type you need to 
  55.   uninstall and re-install.
  56.   
  57. o The rules for library installation have changed 
  58.   considerably. They are explained in detail in
  59.     .\docs\README.Win32LibraryInstallation.txt
  60.   which will be available to you after installation.
  61.  
  62.   As a result of these new rules the installer 
  63.   checks for an existing install of Firebird or
  64.   InterBase. 
  65.   
  66.   - If Firebird 1.5 is already installed
  67.     it will attempt to install over it. If 
  68.     the server is running it will halt the install.
  69.  
  70.   - If another version of Firebird or InterBase is
  71.     already installed it will warn the user. If
  72.     the user continues the installer will install
  73.     Firebird and set up registry entries but it 
  74.     will not configure Firebird to run, either as
  75.     a service or as an application. This must
  76.     be done manually.
  77.  
  78.   - The installer has a new commandline option
  79.       /force
  80.     which allows those with a 'devil may care'
  81.     attitude to override the above.
  82.  
  83.  
  84. o If an amended firebird.conf exists in the 
  85.   installation directory it is saved as:
  86.     firebird.conf.saved.n
  87.   where n is a number. The installer always installs 
  88.   the default firebird.conf file. This is to guarantee
  89.   consistency to the installation process. Otherwise 
  90.   the installer would have to parse the existing (and 
  91.   possibly broken) configuration file.
  92.  
  93.  
  94. Deprecated Features related to installation
  95. -------------------------------------------
  96.  
  97. o Firebird 1.0 reserved a new registry key for 
  98.   Firebird use. It was:
  99.   
  100.     HKLM\SOFTWARE\FirebirdSQL 
  101.   This is now deprecated and will be deleted by the
  102.   installer. If you have applications which rely 
  103.   on this key you should add it back manually. 
  104.   However, it is preferable if you rebuild your 
  105.   application to read the new key.
  106.   
  107. o Earlier Firebird 1.5 release candidates installed 
  108.   fbclient.dll in the <system> directory. This
  109.   practice is now deprecated. An option to install 
  110.   it into the <system> directory is available at 
  111.   install time. However, it is preferable if you 
  112.   rebuild your applications to conform  to the new 
  113.   usage of fbclient.
  114.   
  115.  
  116. Uninstallation
  117. --------------
  118.  
  119. o It is preferred that this package be uninstalled 
  120.   correctly using the uninstallation application 
  121.   supplied. This can be called from the Control Panel.
  122.   Alternatively it can be uninstalled by running 
  123.   unins000.exe directly from the installation 
  124.   directory.
  125.   
  126. o If Firebird is running as an application (instead of
  127.   as a service) it is recommended that you manually 
  128.   stop the server before running the uninstaller. This
  129.   is because the uninstaller cannot stop a running 
  130.   application. If a server is running during the 
  131.   uninstall the uninstall will complete with errors. 
  132.   You will have to delete the remnants by hand.
  133.  
  134.  
  135. Other Notes
  136. -----------
  137.  
  138.   Firebird requires WinSock2. All Win32 platforms 
  139.   should have this, except for Win95. A test for the 
  140.   Winsock2 library is made during install. If it is 
  141.   not found the install will fail. You can visit 
  142.   this link:
  143.  
  144.     http://support.microsoft.com/default.aspx?scid=kb;EN-US;q177719
  145.  
  146.   to find out how to go about upgrading.
  147.  
  148.  
  149. Installation from a batch file
  150. ------------------------------
  151.  
  152. The setup program can be run from a batch file. The 
  153. following parameters may be passed:
  154.  
  155.  
  156. /SP- 
  157.   Disables the 'This will install... Do you wish to 
  158.   continue?' prompt at the beginning of Setup. 
  159.  
  160. /SILENT, /VERYSILENT 
  161.   Instructs Setup to be silent or very silent. When 
  162.   Setup is silent the wizard and the background window
  163.   are not displayed but the installation progress 
  164.   window is. When a setup is very silent this 
  165.   installation progress window is not displayed. 
  166.   Everything else is normal so for example error 
  167.   messages during installation are displayed and the 
  168.   startup prompt is (if you haven't disabled it with 
  169.   the '/SP-' command line option explained above) 
  170.  
  171.   If a restart is necessary and the '/NORESTART' 
  172.   command isn't used (see below) and Setup is silent, 
  173.   it will display a Reboot now? messagebox. If it's 
  174.   very silent it will reboot without asking. 
  175.  
  176. /NORESTART 
  177.   Instructs Setup not to reboot even if it's necessary.
  178.   
  179. /DIR="x:\dirname"  
  180.   Overrides the default directory name displayed on 
  181.   the Select Destination Directory wizard page. A 
  182.   fully qualified pathname must be specified. If the 
  183.   [Setup] section directive DisableDirPage was set to 
  184.   yes, this command line parameter is ignored. 
  185.  
  186. /GROUP="folder name" 
  187.   Overrides the default folder name displayed on the 
  188.   Select Start Menu Folder wizard page. If the [Setup]
  189.   section directive DisableProgramGroupPage was set to
  190.   yes, this command line parameter is ignored. 
  191.  
  192. /NOICONS 
  193.   Instructs Setup to initially disable the Don't create
  194.   any icons check box on the Select Start Menu Folder 
  195.   wizard page. 
  196.  
  197. /COMPONENTS="comma separated list of component names" 
  198.  
  199.   Choose from - SuperServerComponent, 
  200.                 ClassicServerComponent, 
  201.                 ServerComponent, 
  202.                 DevAdminComponent and 
  203.                 ClientComponent
  204.  
  205.   Overrides the default components settings. Using 
  206.   this command line parameter causes Setup to 
  207.   automatically select a custom type. A full install 
  208.   requires combining components. For example:
  209.   
  210.   /COMPONENTS="SuperServerComponent, ServerComponent, 
  211.                DevAdminComponent, ClientComponent"
  212.   
  213.   would be required for a full install.
  214.  
  215.  
  216. /FORCE
  217.  
  218.   Tells the installer to ignore its analysis of the 
  219.   existing environment. It will attempt to install
  220.   and configure Firebird 1.5 as if no previous
  221.   version of Firebird or InterBase was installed.
  222.   
  223.   This can be useful if you have a seriously broken 
  224.   installation that you cannot uninstall. Or it
  225.   could be another way to aggravate your users by 
  226.   breaking a perfectly good working install of 
  227.   InterBase. Its your choice.
  228.  
  229.  
  230. /NOCPL
  231.  
  232.   Don't install the Control Panel Applet. This is 
  233.   useful for two reasons:
  234.   
  235.   o Installing/Uninstalling the CPL applet will 
  236.     often require a system restart.
  237.  
  238.   o You may wish to use an alternative cpl applet.
  239.  
  240.   
  241. /NOGDS32
  242.  
  243.   Don't install a copy of the client library into
  244.   the system directory, even if installation 
  245.   analysis concludes it is OK to do so.
  246.  
  247.  
  248. /COPYFBCLIENT
  249.  
  250.   Copy the fbclient.dll to the system directory. This 
  251.   is recommended for client installs if you are sure 
  252.   that you will only ever be accessing a single 
  253.   server version. If your client applications are 
  254.   likely to take advantage of accessing different 
  255.   server versions this is not recommended. See
  256.  
  257.     doc/README.Win32LibraryInstallation.txt
  258.  
  259.   for more information.
  260.  
  261.  
  262.